home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / fcfgw40s.zip / SPLASHDL.H < prev    next >
C/C++ Source or Header  |  1996-04-20  |  875b  |  38 lines

  1. // SplashDlg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CSplashDlg dialog
  6.  
  7. class CSplashDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CSplashDlg(CWnd* pParent = NULL);   // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CSplashDlg)
  15.     enum { IDD = IDD_DIALOG_SPLASH };
  16.         // NOTE: the ClassWizard will add data members here
  17.     //}}AFX_DATA
  18.  
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CSplashDlg)
  23.     protected:
  24.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25.     //}}AFX_VIRTUAL
  26.  
  27. // Implementation
  28. protected:
  29.     void OnCancel();
  30.  
  31.     // Generated message map functions
  32.     //{{AFX_MSG(CSplashDlg)
  33.     afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  34.     afx_msg void OnTimer(UINT nIDEvent);
  35.     //}}AFX_MSG
  36.     DECLARE_MESSAGE_MAP()
  37. };
  38.